Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetView Class / GroupSparkline Method / GroupSparkline(CellRange[]) Method
The location.
Example


In This Topic
    GroupSparkline(CellRange[]) Method
    In This Topic
    Groups the sparkline to the active sparkline.
    Syntax
    'Declaration
     
    
    Public Overloads Function GroupSparkline( _
       ByVal location() As CellRange _
    ) As ExcelSparklineGroup
    'Usage
     
    
    Dim instance As SheetView
    Dim location() As CellRange
    Dim value As ExcelSparklineGroup
     
    value = instance.GroupSparkline(location)
    public ExcelSparklineGroup GroupSparkline( 
       CellRange[] location
    )

    Parameters

    location
    The location.
    Example
    This example groups sparklines.
    See Also